Contact Info
First Name:
Last Name:
Email:
Questions
What is the meaning of life?
What do you want on your pizza?
Perroroni
Sausage
Mushrooms
Olivs
SAMPLE CODE form { width: 50%; margin: 0 auto 0 auto; font-family: Verdana,Geneva, sans-serif; font-size: 1em; } input[type="text"],input[type="email"], textarea { margin-bottom: .25em; padding: .25em; } input[type="submit"] { font-size: 1.25em; } legend { font-weight: 700; } ------------------------------------------------------------------------------- <form action="" method="post"> <fieldset> <legend>Contact Info</legend> <label>First Name:<input type="Text" name ="first-name" size = "15" maxlength="30"></label> <label>Last Name: <input type="Text" name ="last-name" size = "15" maxlength="30"></label><br><br> <label>Email: <input type="text" name ="emasil" size = "25" maxlenght="40"></label> </fieldset> <br> <fieldset> <legend>Questions</legend> <label>What is the meaning of life?<br><textarea name="meaning" rows = "4" cols="40">
What do you want on your pizza?
Perroroni
Sausage
Mushrooms
Olivs